Fix #31: Complete HTML report configuration section #37
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
This PR fixes Issue #31 by completing the HTML report's configuration section to display all configuration values that are used during the comparison.
Problem
The HTML report's configuration section was incomplete and didn't display many of the configuration values that affect the comparison results, making it difficult for users to verify what configuration was used or reproduce results.
Solution
🔧 Code Changes
Enhanced
HtmlFormatterScriban.cs:PrepareConfigDatamethod:treat_added_type_as_breakingtreat_added_member_as_breakingtreat_added_interface_as_breakingtreat_removed_interface_as_breakingtreat_parameter_name_change_as_breakingtreat_added_optional_parameter_as_breakingfail_on_breaking_changespropertyUpdated
configuration.scribantemplate:exclude_compiler_generated,exclude_obsolete)Enhanced
styles.css:✅ All Acceptance Criteria Met
🧪 Testing
📸 Screenshots
The HTML report now displays a comprehensive configuration section with:
🔗 Related
Closes #31
Review Notes
The changes are backward compatible and only enhance the HTML report output. No breaking changes to existing functionality.
The configuration display is now complete and provides full transparency into all settings that affect the comparison process, improving auditability and reproducibility of results.